﻿* {
	padding: 0;
	margin: 0;
	font-family: "PingFang SC", "Microsoft YaHei", arial, sans-serif, tahoma;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wrap {
	width: 1200px;
	min-width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.bottomLine {
	position: absolute;
	left: 0;
	bottom: 0;	
	height: 3px;
	background: #1b265a;
	transition: all .5s ease;
}
/* 屏幕宽度小于1400时,菜单栏字体为16 */
@media screen and (max-width: 1400px) {
    .wrap_header .bottom a{
		font-size: 16px !important;
	}
}
/* 屏幕宽度小于1250时*/
@media screen and (max-width: 1250px) {
    .wrap_header .bottom{
		width: 100% !important;
	}
}
/* 导航栏 */
/* .banner_box{
	background-color:#f4f4f4;
	box-sizing: border-box;
	padding-top: 125px;
}
.wrap_header {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
}

.wrap_header .top {
	height: 44px;
	border-bottom: 1px solid #e3e3e3;
	background-color: white;
}

.wrap_header .top a {
	font-size: 14px;
	color: #afafaf;
}

.wrap_header .top a:hover {
	color: #1b2a58;
}

.wrap_header .top b {
	color: black;
	font-size: 20px;
	font-weight: bolder;
}

.wrap_header .top p {
	margin-left: 54px;
	line-height: 44px;
	color: #a1a1a1;
	font-size: 14px;
}

.wrap_header .top ul {
	margin-left: 54px;
}

.wrap_header .top ul li {
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	border-left: 1px solid #e3e3e3;
}

.wrap_header .bottom {
	width: 95%;
	min-width: 1200px;
	height: 100px;
	position: relative;
	background-color: white;
	margin: 0 auto;
}

.wrap_header .bottom a {
	font-size: 16px;
	color: #666666;
	padding: 0 12px;
}

.wrap_header .bottom a:hover {
	color: #28325c;
}

.wrap_header .bottom img {
	width: 180px;
	padding: 20px 2%;
}

.wrap_header .bottom ul {
	margin-right: 2%;
}

.wrap_header .bottom ul li {
	float: left;
	line-height: 100px;
} */
/* 头部 */
.header{
	height: 71px;
	background-color: #313131;
	padding-left: 50px;
	position: relative;
	transition: all .5s ease-in; 
	opacity: 0.9;
}
.header1 .header .fl{
	width: 15%;
	height: 50px;
	margin-top: 10px;
	background: url(../img/logo.png) no-repeat center;
	background-size: contain;
}
.header1 .header2 .fl{
	background: url(../img/logo3.png) no-repeat center;
	background-size: contain;
}
.header ul li{
	display: inline-block;
	margin-right: 40px;
	line-height: 71px;
}
.header ul li a{
	color: #fff;
	font-size: 15px;
}
.bottomLine {
	position: absolute;
	left: 0;
	bottom: 15px;	
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}
.header1{
	position: fixed;
	width: 100%;
	z-index: 99;
}
.header1 .header2{
	background-color: #fff;
	box-shadow: 0px 5px 6px #b5b3b3;
}
.header1 .header2 ul li a{
	color: #313131;
}
.header1 .header2 .bottomLine{
	background-color: #313131;
}

/* 轮播 */
.banner {
	/* height: 700px; */
	width: 100%;
}
.banner .swiper-wrapper .swiper-slide img{
	display: block;
	width: 100%;
}
/* 底部 */
/* .footer {
	height: 563px;
	background-color: #1d2a59;
	border-top: 8px solid #ffe400;
	clear: both;
}

.footer .wrap .icon {
	height: 30%;
	background: url(../img/footer_icon.png) no-repeat center;
}

.footer .wrap .nav {
	height: 50%;
}

.footer .wrap .nav .nav_item {
	width: 16%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 20px 30px;
}

.footer .wrap .nav .nav_item p {
	font-size: 18px;
}

.footer .wrap .nav .nav_item li {
	font-size: 14px;
	line-height:1.8;
}

.footer .wrap .nav .nav_item p a,
.footer .wrap .nav .nav_item div a {
	color: #FFFFFF;
}

.footer .wrap .nav .nav_item li a {
	color: #c9c9c9;
}
.footer .wrap .nav .nav_item a:hover{
	color: #ffe400;
}

.footer .wrap .nav .nav_item li:first-of-type {
	margin-top: 15px;
}

.footer .wrap .nav .nav_item div {
	width: 100%;
	height: 20%;
	border-bottom: 1px solid #FFFFFF;
	font-size: 18px;
	color: #FFFFFF;
	box-sizing: border-box;
	padding-top: 20px;
}
.footer .wrap .nav .nav_item div:hover{
	border-bottom: 1px solid #FFFFFF;
}

.footer .wrap .nav .nav_item:last-child {
	width: 226px;
	text-align: center;
	box-sizing: border-box;
	padding-left: 62px;
	padding-right: 0;
}

.footer .wrap .nav .nav_item p {
	color: #FFFFFF;
}

.footer .wrap .nav .nav_item .QRCode {
	width: 164px;
	height: 164px;
	background-color: #FFFFFF;
	padding: 0;
	margin-bottom: 10px;
}

.footer .wrap .nav .nav_item .QRCode img {
	width: 100%;
}

.footer .wrap .tel {
	height: 20%;
	color: #FFFFFF;
}
.footer .wrap .tel a{
	color: #FFFFFF;
}
.footer .wrap .tel .fl{
	width:50%;
	float:left;
}
.footer .wrap .tel .fl h2 {
	font-size: 18px;
}

.footer .wrap .tel .fl h3 {
	font-size: 30px;
	font-weight: bolder;
	box-sizing: border-box;
	padding-top:10px;
}
.footer .wrap .tel .fr{
	width:412px;
	line-height:1.6;
	float: right;	
} */
.footer {
	background-color: #0b1014;
	clear: both;
	padding: 50px 0 100px 0;
}

.footer .wrap .icon {
	height: 30%;
	background: url(../img/footer_icon.png) no-repeat center;
}

.footer .wrap .nav {
	overflow: hidden;
}

.footer .wrap .nav .nav_item {
	width: 16%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 20px 30px;
}

.footer .wrap .nav .nav_item p {
	font-size: 18px;
}

.footer .wrap .nav .nav_item li {
	font-size: 14px;
	line-height:1.8;
}

.footer .wrap .nav .nav_item p a,
.footer .wrap .nav .nav_item div a {
	color: #FFFFFF;
}

.footer .wrap .nav .nav_item li a {
	color: #c9c9c9;
}
.footer .wrap .nav .nav_item a:hover{
	color: #b89d6d;
}

.footer .wrap .nav .nav_item li:first-of-type {
	margin-top: 15px;
}

.footer .wrap .nav .nav_item div {
	width: 100%;
	height: 20%;
	border-bottom: 1px solid #FFFFFF;
	font-size: 18px;
	color: #FFFFFF;
	box-sizing: border-box;
	padding-top: 20px;
}
.footer .wrap .nav .nav_item div:hover{
	border-bottom: 1px solid #FFFFFF;
}

.footer .wrap .nav .nav_item:last-child {
	width: 226px;
	text-align: center;
	box-sizing: border-box;
	padding-left: 62px;
	padding-right: 0;
}

.footer .wrap .nav .nav_item p {
	color: #FFFFFF;
}

.footer .wrap .nav .nav_item .QRCode {
	width: 164px;
	height: 164px;
	background-color: #FFFFFF;
	padding: 0;
	margin-bottom: 10px;
}

.footer .wrap .nav .nav_item .QRCode img {
	width: 100%;
}

.footer .wrap .tel {
	height: 20%;
	color: #FFFFFF;
}
.footer .wrap .tel a{
	color: #FFFFFF;
}
.footer .wrap .tel .fl{
	width:50%;
	float:left;
	font-size: 14px;
	padding: 10px 0 0 0;
    line-height: 1.7;
}
.footer .wrap .tel .fl h2 {
	font-size: 18px;
}

.footer .wrap .tel .fl h3 {
	font-size: 30px;
	font-weight: bolder;
	box-sizing: border-box;
	padding-top:10px;
}
.footer .wrap .tel .fr{
	width:412px;
	line-height:1.6;
	float: right;	
}

/* ---------------------------------------------------首页--------------------------------------------------- */
#home .title{
	text-align: center;
	padding: 50px 0;
}
#home .title h2 {
	font-size: 40px;
}
#home .title .line {
	width: 20px;
	height: 2px;
	background-color: #1D2959;
	margin: 10px auto;
}
#home .title h3 {
	font-size: 16px;
	color: #666666;
}
/* 产品鉴赏 */
#home .common-1 a{
	color: #000;
}
#home .appreciate .btn{
	box-sizing: border-box;
	padding: 0 258px;
	margin: 0  auto 70px;
}
#home .appreciate .btn a{
	display: inline-block;
	width: 308px;
	height: 70px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 70px;
	color: #000;
	font-size: 25px;
	transition: all .5s ease-in;
}
#home .appreciate .btn a:first-of-type{
	margin-right: 50px;
}
#home .appreciate .btn .active,
#home .appreciate .btn a:hover{
	background-color: #000;
	color: #fff;
}
/* -------------------------------------------------------------------------- */
#home .common-1 .switch-product {
	position: relative;
	height: 714px;
	width: 100%;
	padding-left: 242px;
	box-sizing: border-box
}

#home .common-1 .switch-product .switch-product-box {
	position: relative
}

#home .common-1 .switch-product .switch-product-box>.swiper-container {
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0
}

#home .common-1 .switch-product .switch-product-box>.active {
	visibility: visible
}

#home .common-1 .switch-product .swiper-pagination {
	width: 190px;
	right: 90px;
	bottom: 306px;
	left: auto
}

#home .common-1 .switch-product .swiper-pagination span {
	width: 8px;
	height: 8px;
	background: #5B5B5B;
	box-sizing: border-box;
	transition: all 0.3s ease
}

#home .common-1 .switch-product .swiper-pagination .swiper-pagination-bullet-active {
	background: #9E040D
}

#home .common-1 .switch-product a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

#home .common-1 .switch-product .left {
	width: 100%;
	height: 714px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

#home .common-1 .switch-product .right {
	position: absolute;
	padding: 0 20px;
	box-sizing: border-box;
	height: 714px;
	right: 0;
	width: 300px;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-size: 0
}

#home .common-1 .switch-product .right>div {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	color: #fff
}

#home .common-1 .switch-product .right .en {
	padding-top: 250px;
	font-family: "Embassy";
	font-size: 25px
}

#home .common-1 .switch-product .right .p {
	padding: 20px 0;
	font-size: 13px;
	line-height: 25px;
	overflow: hidden
}

#home .common-1 .switch-product-btn {
	transition: all 0.3s ease;
	z-index: 222;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 242px
}

#home .common-1 .switch-product-btn .swiper-container {
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE
}

#home .common-1 .switch-product-btn .swiper-container:hover .btn-top {
	transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .swiper-container:hover .btn-bottom {
	transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .swiper-container .btn-top {
	overflow: hidden;
	z-index: 111;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	border: 0;
	background: rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transform: translate(0, -100%);
	transition: all .5s ease
}

#home .common-1 .switch-product-btn .swiper-container .btn-top img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg)
}

#home .common-1 .switch-product-btn .swiper-container .btn-bottom {
	transform: translate(0, 100%);
	transition: all .5s ease;
	overflow: hidden;
	z-index: 111;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	border: 0;
	background: rgba(0, 0, 0, 0.15);
	cursor: pointer
}

#home .common-1 .switch-product-btn .swiper-container .btn-bottom img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg)
}

#home .common-1 .switch-product-btn .swiper-container a {
	background-color: #000;
	color: #fff;
	display: block;
	box-sizing: border-box;
	width: 242px;
	text-align: center;
	line-height: 102px;
	border-bottom: 1px solid #DEDEDE;
	transition: all 0.3s ease
}

#home .common-1 .switch-product-btn .swiper-container a span {
	position: relative
}

#home .common-1 .switch-product-btn .swiper-container a span:after {
	content: "";
	position: absolute;
	left: -36px;
	top: 50%;
	margin-top: -0.5px;
	width: 16px;
	height: 1px;
	background: #FFF;
	transition: all 0.6s ease;
	transform: translate(-20px, 0)
}

#home .common-1 .switch-product-btn .swiper-container a span:before {
	content: "";
	position: absolute;
	right: -36px;
	top: 50%;
	margin-top: -0.5px;
	width: 16px;
	height: 1px;
	background: #FFF;
	transition: all 0.6s ease;
	transform: translate(20px, 0)
}

#home .common-1 .switch-product-btn .swiper-container .active a {
	background: #000;
	color: #FFF
}

#home .common-1 .switch-product-btn .swiper-container .active a span:after {
	background: #C8000A;
	transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .swiper-container .active a span:before {
	background: #C8000A;
	transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .swiper-container .swiper-slide:hover a {
	background: #141414;
	color: #FFF
}

#home .common-1 .switch-product-btn .swiper-container .swiper-slide:hover a span:after {
	background: #C8000A;
	transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .swiper-container .swiper-slide:hover a span:before {
	background: #C8000A;
	transform: translate(0, 0)
}

#home .common-1 .switch-product-btn .btn {
	margin-left: 242px;
	position: relative;
	z-index: 222;
	height: 100%
}

#home .common-1 .switch-product-btn .btn a {
	display: block;
	width: 30px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	overflow: hidden;
	position: relative
}

#home .common-1 .switch-product-btn .btn a .icon {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon-10.png)
}

#home .common-1 .switch-product-btn .btn a .rotate {
	transform: rotate(180deg)
}

#home .common-1 .switch-left {
	transform: translate(-242px, 0)
}
/* -------------------------------------------------------------------------- */
/* #home .product_nav {
	height: 918px;
	background: url(../img/index_pro_bg.jpg) no-repeat;
	background-size: cover;
}
#home .product_nav .list {
	margin-left: 100px;
}
#home .product_nav .item {
	width: 365px;
	height: 104px;
	background-color: #323358;
	margin-bottom: 10px;
	opacity: 0.9;
	padding: 23px 77px;
	box-sizing: border-box;
	position: relative;
}
#home .product_nav .item:hover {
	width: 450px;
	background-color: #000000;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
}
#home .product_nav .item .text h4 {
	position: absolute;
	right: 5%;
	top: 28%;
	font-size: 30px;
	opacity: 0;
}
#home .product_nav .item:hover h4 {
	opacity: 1;
}
#home .product_nav .item .text {
	width: 210px;
	height: 60px;
	color: white;
}
#home .product_nav .item .text .num {
	width: 30%;
	height: 100%;
	box-sizing: border-box;
	padding: 14px;
	float: left;
}
#home .product_nav .item .text .pro_name {
	float: right;
	width: 70%;
	height: 100%;
	box-sizing: border-box;
	padding: 11px 5px;
}
#home .product_nav .item .text h2 {
	font-size: 16px;
}
#home .product_nav .item .text h3 {
	font-size: 13px;
} */



/* 优点 */
/* #home .merit {
	height: 690px;
}
#home .merit .title {
	width: 381px;
	margin: 3% auto;
	text-align: center;
}
#home .merit .merit_nav {
	width: 1200px;
	height: 51px;
	background-color: #1D2959;
	margin: 0 auto;
}
#home .merit .merit_nav .list {
	width: 900px;
	height: 100%;
	margin: 0 auto;
}
#home .merit .merit_nav .list .item {
	width: 16%;
	height: 100%;
	float: left;
	border-left: 1px solid white;
	box-sizing: border-box;
	padding: 12px 8px;
	font-size: 16px;
	cursor: pointer;
	transition: all .5s ease-in;
}
#home .merit .merit_nav .list .item:hover {
	background-color: #f1f1f1;
}
#home .merit .merit_nav .list .item:hover h2 {
	color: black;
}
#home .merit .merit_nav .list .item:hover .nhover {
	opacity: 0;
}
#home .merit .merit_nav .list .item:hover .hover {
	display: block;
}
#home .merit .merit_nav .list .item .hover {
	display: none;
}
#home .merit .merit_nav .list .item img {
	margin-right: 10px;
	margin-bottom: -3px;
	height: 24px;
}
#home .merit .merit_nav .list .item .hover {
	position: absolute;
	top: 0;
	left: 18px;
}
#home .merit .merit_nav .list .active {
	background-color: #f1f1f1;
}
#home .merit .merit_nav .list .active h2 {
	color: #000 !important;
}
#home .merit .merit_nav .list .active .hover {
	display: block;
}
#home .merit .merit_nav .list .active .nhover {
	opacity: 0;
}
#home .merit .merit_nav .list .item h2 {
	position: relative;
	font-size: 16px;
	color: white;
	text-align: center;
}
#home .merit .merit_content {
	width: 1183px;
	height: 366px;
	background-color: white;
	margin: 20px auto;
	box-shadow: 0px 0px 15px #e2dcdc;
	box-sizing: border-box;
	padding: 20px;
}
#home .merit .merit_content .img {
	width: 540px;
	height: 325px;
	overflow: hidden;
}
#home .merit .merit_content .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s linear;
}
#home .merit .merit_content:hover img {
	transform: scale(1.1);
}
#home .merit .merit_content .text {
	width: 540px;
	height: 325px;
}
#home .merit .merit_content .text h2 {
	font-size: 30px;
	color: black;
	font-weight: bolder;
	margin-top: 10px;
}
#home .merit .merit_content .text h2 span {
	font-size: 22px;
	font-weight: normal;
}
#home .merit .merit_content .text h3 {
	font-size: 14px;
	line-height: 2;
	color: #666666;
	margin-top: 25px;
	margin-bottom: 100px;
}
#home .merit .merit_content .text h4 {
	font-size: 22px;
	font-weight: bolder;
	color: red;
} */
/* 七大性能 */
#home .seven {
	height: 566px;
}

#home .seven .img {
	height: 100%;
	width: 60%;
	overflow: hidden;
	float: left;
}

#home .seven .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home .seven .text {
	width: 40%;
	height: 100%;
	float: left;
	background: url(../img/seven_text_bg.png.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

#home .seven .text .box {
    display: inline-block;
    background: url(../img/seven_text_bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 251px;
    height: 134px;
    padding: 13px;
    box-sizing: border-box;
    text-align: center;
    top: 183px;
    left: 10%;
}

#home .seven .text .box h2 {
	font-size: 39px;
	font-weight: bolder;
	color: #fff;
}

#home .seven .text .box p {
	font-size: 44px;
	color: #FF0000;
	text-align: center;
	color: #fff;
}

#home .seven .text h3 {
	width: 50%;
	font-size: 15px;
	line-height: 1.8;
	position: absolute;
	top: 405px;
	left: 13%;
	color: #fff;
}

#home .seven .text h4 {
	width: 50%;
	font-size: 15px;
	line-height: 1.8;
	position: absolute;
	top: 360px;
	left: 13%;
	color: #cacaca;
}
/* 菜单 */
#home .seven_nav {
	height: 122px;
	background-color: #000;
}

#home .seven_nav ul {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#home .seven_nav ul li {
	width: 150px;
	height: 100%;
	position: relative;
	cursor: pointer;
}

#home .seven_nav ul li:before {
	content: "";
	width: 100%;
	height: 110%;
	background-color: #cfa972;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all .4s ease-in;
}

#home .seven_nav ul li:hover:before {
	opacity: 1;
}

#home .seven_nav ul li img {
	display: block;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -13px;
	z-index: 2;
}

#home .seven_nav ul li h2 {
	position: absolute;
	font-size: 16px;
	color: #fff;
	z-index: 2;
	top: 60%;
	left: 48%;
	margin-left: -29px;
}

#home .seven_nav ul .active:before {
	opacity: 1;
}
/* 数据 */
#home .data {
	height: 580px;
	background: url(../img/data_bg.jpg);
	box-sizing: border-box;
	padding-top: 80px;
    text-align: center;
}
#home .data h2 {
    font-size: 40px;
    color: #fff;
}
#home .data h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 150px;
}
#home .data img {
	display: block;
	margin: 0 auto;
}
#home .data .list {
	width: 65%;
	height: 160px;
	/* margin: 50px auto 0; */
	box-sizing: border-box;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-around;
}
#home .data .list .item {
	float: left;
	/* margin-right: 50px; */
}
#home .data .list .item h2 {
	font-size: 70px;
    font-weight: bolder;
    color: #fff;
    position: relative;
    line-height: 1.1;
}

#home .data .list .item h3 {
	font-size: 18px;
	color: white;
	text-align: center;
}
/* 独创9帮扶 */
.help {
	width: 1200px;
	margin: 0 auto;
	padding: 40px;
}
.help .swiper-slide{
	opacity: 0 !important;
}
.help .swiper-slide-active{
	opacity: 1 !important;
}
.help .nav {
	width: 497px;
	height: 650px;
	float: left;
}
.help .nav .help_title {
	width: 100%;
	height: 55%;
	box-sizing: border-box;
	padding: 13% 0 0;
}
.help .nav .line {
	width: 25px;
	height: 2px;
	background-color:#1d2959;
	margin: 10px 0;
}
.help .nav .help_title h2{
	font-size: 40px;
	font-weight: bolder;
	color:#000;
}
.help .nav .help_title h3{
	font-size:16px;
	color:#666;
}
.help .nav .help_title .text{
	width: 88%;
	height: 50%;
	margin-top:10%;
	margin-left: 0;
}
.help .nav .help_title .text h4{
	font-size: 22px;
	color: #333;
	font-weight: bolder;
}
.help .nav .help_title .text h4 span{
	font-size:10px;
	color: #999;
	font-weight: normal;
}
.help .nav .help_title .text h5{
	font-size:16px;
	color: #666;
	padding:5px 0;
}
.help .nav .list {
	width: 100%;
	height: 45%;
}
.help .nav .list .item {
	width: 31%;
	height: 30%;
	background-color: #f4f4f4;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
	text-align: center;
	box-sizing: border-box;
	padding: 22px 0;
	position: relative;
	cursor: pointer;
	transition: all .5s ease-in;
}
.help .nav .list .item .img_box{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top:15px;
}
.help .nav .list .item  img {
	display: block;
	margin: 0 auto;
	height: 35px;
}
.help .nav .list .item h2{
	padding-top: 26px;
}
.help .nav .list .item .hover {
	height: 35px;
	/* position: absolute;
	top: 22px;
	left: 55px; */
	display: none;
}
.help .nav .list .item:hover {
	color: #f3e2c8;
	background-color: #b89d6d;
}
.help .nav .list .item:hover h2 {
	color: #f3e2c8;
}
.help .nav .list .item:hover .hover {
	display: block;
	animation: rotate 1s ease-in;
}
@keyframes rotate {
	from {
		transform: rotateY(0)
	}

	to {
		transform: rotateY(360deg)
	}
}
.help .nav .list .item:hover .nhover {
	opacity: 0;
}
.help .nav .list .item h2 {
	font-size: 13px;
	color: #434343;
	margin-top:10px;
}
.help .nav .list .active{
	color: #f3e2c8;
	background-color: #b89d6d;
}
.help .nav .list .active h2{
	color: #f3e2c8;
}
.help .nav .list .active .nhover{
	opacity: 0;
}
.help .nav .list .active .hover{
	display: block;
}
.help .img {
	width: 703px;
    height: 507px;
    margin-top: 143px;
    float: right;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px;
}
.help .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 走进华派 */
/* #home .about {
	clear: both;
}
#home .about .title {
	box-sizing: border-box;
	padding: 70px 0;
	text-align: center;
}
#home .about .img {
	height: 660px;
	background-size: cover;
	box-sizing: border-box;
	padding: 17% 20%;
	cursor: pointer;
}
#home .about .img .text-box {
	width: 490px;
	height: 265px;
	position: relative;
} */
@keyframes warn {
	0% {
		transform: scale(0);
		opacity: 0
	}

	25% {
		transform: scale(0);
		opacity: .1
	}

	50% {
		transform: scale(.1);
		opacity: .3
	}

	75% {
		transform: scale(.5);
		opacity: .5
	}

	100% {
		transform: scale(1);
		opacity: 0
	}
}
#home .about .img .background {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: 0.6;
	transition: all .6s ease-in; 
}
#home .about .about_text {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 20px 15px;
}
#home .about .about_text h2 {
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 10px;
	transition: all .6s ease-in; 
}
#home .about .about_text h3 {
	text-align: justify;
	font-size: 15px;
	transition: all .6s ease-in; 
	line-height: 1.6;
}
#home .about .img:hover .background{
	background-color:#1B2A58;
}
#home .about .img:hover .about_text h2{
	color: #ffe400;
}
#home .about .img:hover .about_text h3{
	color: #fff;
}
/* 加盟者感言 */
/* #home .joinner {
	box-sizing: border-box;
	padding: 40px 0;
}
#home .joinner .title {
	text-align: center;
	margin-bottom: 40px;
}
#home .joinner .list {
	width: 1200px;
	height: 520px;
	margin: 0 auto;
}
#home .joinner .list .item {
	width: 33.3%;
	height: 100%;
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 16px 20px;
	box-sizing: border-box;
	transition: all 0.6s;
}
#home .joinner .list .item .img {
	width: 100%;
	height: 286px;
	border: 2px solid #818181;
	margin: 0 auto;
	overflow: hidden;
	transition: all 1.5s;
	filter: brightness(0.6);
}
#home .joinner .list .item:hover .img {
	box-shadow: 3px 3px 15px #7d7d7d;
	filter: brightness(1);
}
#home .joinner .list .item h2 {
	font-size: 22px;
	color: #666666;
	font-weight: bolder;
	margin: 20px 0;
}
#home .joinner .list .item h3 {
	width: 85%;
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	margin: 0 auto;
	text-align: justify;
} */
/* 首页招商 */
#home .join{
	overflow: hidden;
}
#home .join .top{
	height: 519px;
	background: url(../img/home_join_bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	box-sizing: border-box;
}
#home .join .top h2{
	font-size: 40px;
	color: #fff;
	margin-bottom: 65px;
}
#home .join .top .item{
	width: 143px;
	height: 145px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 35px 0;
	font-size: 18px;
	display: inline-block;
	margin-right: 30px;
	cursor: pointer;
}
#home .join .top .item img{
	display: block;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 15px;
	transition: all .5s ease-in;
}
#home .join .top .item:hover img{
	transform: rotateY(180deg);
}
#home .join .bottom{
	height: 484px;
	box-sizing: border-box;
	padding:75px 0;
	position: relative;
}
#home .join .dyr{
	height: 890px;
	position: absolute;
	bottom: 0;
	right: -10%;
	transition: all 1s ease-in;
	opacity: 0;
}
#home .join:hover .dyr{
	right: 130px;
	opacity: 1;
}
#home .join .bottom h2{
	font-size: 25px;
	color: #131313;
}
#home .join .bottom h3{
	font-size: 25px;
	color: #131313;
	font-weight: bolder;
	margin-bottom: 50px;
}
#home .join .bottom h4{
	width: 550px;
	font-size: 16px;
	color: #666;
	text-align: justify;
	line-height: 1.6;
	margin-bottom: 50px;
}
#home .join .bottom a{
	display: block;
	width: 227px;
	height: 60px;
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	transition: all .5s ease-in;
}
#home .join .bottom a:hover{
	border-radius: 50px;
}
/* 首页新闻 */
#home .new {
	background-color: #f7f7f7;
	text-align: center;
	box-sizing: border-box;
	padding-bottom: 30px;
}
#home .new .title {
	box-sizing: border-box;
	padding: 30px;
}
#home .new .list .item {
	width: 1200px;
	height: 317px;
	border-top: 1px solid #d0d0d0;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 35px 0;
	cursor: pointer;
}
#home .new .list .item .date {
	width: 10%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 50px 0;
	position: relative;
}
#home .new .list .item .date h2 {
	font-size: 83px;
	font-weight: bolder;
	color: #000;
}
#home .new .list .item .date h3 {
	position: absolute;
	top: 57%;
	left: 50%;
	margin-left: -40px;
	font-size: 23px;
	color: #000;
}
#home .new .list .item .date .line {
	width: 5px;
	height: 100px;
	background-color: #d8d8d8;
	position: absolute;
	right: -10%;
	top: 28%;
}
#home .new .list .item .content {
	width: 60%;
	height: 100%;
	float: left;
	color: #585858;
	box-sizing: border-box;
	padding: 40px 60px;
	text-align: left;
}
#home .new .list .item .content h2 {
	font-size: 18px;
	font-weight: bolder;
}
#home .new .list .item .content h3 {
	font-size: 12px;
	margin-top: 18px;
	margin-bottom: 31px;
}
#home .new .list .item .content h4 {
	font-size: 14px;
	line-height: 1.8;
}
#home .new .list .item .img {
	width: 30%;
	height: 100%;
	background-color: #1d2959;
	float: left;
	overflow: hidden;
}
#home .new .list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home .new .list .item_box,
#home .new .list .item .img img{
	transition: all .5s ease-in;
}
#home .new .list .item_box:hover {
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 1px 5px 10px #b7b7b7;
}
#home .new .list .item:hover .img img {
	transform: scale(0.97);
}
/* ---------------------------------------------招商加盟------------------------------------ */
#join .join_ad{
	height: 125px;
	background: url(../img/join_ad-1.jpg);
	box-sizing: border-box;
	padding: 37px 40%;
}
#join .join_ad h2{
	font-size: 40px;
	color: #d8bf93;
	font-weight: bolder;
}
/* 招商菜单 */
#join .join_nav{
	height: 139px;
}
#join .join_nav .wrap{
	height: 45px;
}
#join .join_nav .wrap .item{
	width: 16.6%;
	height: 100%;
	float: left;
	position: relative;
	color: #515151;
	text-align: center;
	line-height: 45px;
	transition: all .5s ease-in;
}
#join .join_nav .wrap .active .item{
	background-color: #b8a467;
	color: #fff;
}
#join .join_nav .wrap .item:before{
	content: "";
	position: absolute;
	top:50%;
	left: 0;
	width: 1px;
	height: 17px;
	background-color: #c1c1c1;
	margin-top:-8px;
}
#join .join_nav .wrap .item:hover{
	background-color: #b8a467;
	color: #fff;
}
#join .advantage{
	height: 814px;
}
#join .advantage .left{
	width: 40%;
	height: 100%;
	background: url(../img/brand_img.jpg) no-repeat left;
	background-size: cover;
	color:#fff;
	font-size: 20px;
	box-sizing: border-box;
	padding:2%;
}
#join .advantage .left h1{
	font-size: 20px;
}
#join .advantage .right{
	width: 60%;
	height: 100%;
}
#join .advantage .right .top,
#join .advantage .right .bottom{
	width: 100%;
	height: 50%;
}
#join .advantage .right .top .item,
#join .advantage .right .bottom .item{
	width: 33.3%;
	height: 100%;
	background-color: #fff;
	float: left;
	overflow: hidden;
}
/* #join .advantage .right .top .item img,
#join .advantage .right .bottom .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .5s ease-in;
}
#join .advantage .item:hover img{
	transform: scale(1.1);
} */
#join .advantage .right .text{
	width: 70%;
	height:70%;
	margin:16% auto;
	color: #000;
}
#join .advantage .right .text p{
	font-size: 16px;
}
#join .advantage .right .text h2{
	font-size: 26px;
}
#join .advantage .right .text h3{
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	margin-top: 30px;
}
/* 六项性能 */
#join .six_performance{
	height: 797px;
	margin-top: 20px;
}
#join .six_performance .left,
#join .six_performance .right{
	width: 50%;
	height: 100%;
}
#join .six_performance .right .btn{
	width:6%;
	height: 100%;
	box-sizing: border-box;
	padding: 40% 10px;
}
#join .six_performance .right .btn img{
	margin: 10px auto;
	cursor: pointer;
}
#join .six_performance .right .text{
	width:94%;
	height: 100%;
	box-sizing: border-box;
	padding: 7% 2%;
	position: relative;
}
#join .six_performance .right .text h2{
	font-size: 26px;
	color: #333333;
	font-weight: bolder;
}
#join .six_performance .right .text p{
	font-size: 12px;
	color: #999;
}
#join .six_performance .right .text h3{
	font-size: 16px;
	color: #666;
	line-height:1.7;
	margin-top:40px;
}
#join .six_performance .text .six_nav{
	width: 1044px;
	height: 246px;
	background-color:#f5f5f5;
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	padding-top: 10%;
    padding-left: 25%;
	box-shadow:0px 3px 11px #adabab;
}
#join .six_performance .text .six_nav .item{
	width: 80px;
	height: 90px;
	border: 1px solid #000;
	float: left;
	margin-right:4%;
	box-sizing: border-box;
	cursor: pointer;
	transition: box-shadow .5s;
}
#join .six_performance .text .six_nav .item:hover{
	box-shadow:4px 4px 4px #adabab;
	border: none;
}
#join .six_performance .text .six_nav .item img{
	display: block;
	height: 25px;
	margin: 30% auto 2%;
}
#join .six_performance .text .six_nav .item p{
	font-size: 15px;
	color: #5a5a5a;
	text-align: center;
	font-weight: bolder;
}
/* 六大智能体系 */
#join .Six_Systems{
	/* height: 898px; */
}
#join .Six_Systems .title{
	height: 194px;
	/* background-color: red; */
	box-sizing: border-box;
	padding:65px 0 0;
}
#join .Six_Systems .title img{
	display: block;
	margin: 0 auto;
}
#join .Six_Systems .title h2{
	font-size: 28px;
	color: #666;
	text-align: center;
}
#join .Six_Systems .title .line{
	height: 2px;
	width: 32px;
	background-color: #666;
	margin: 20px auto;
}
#join .Six_Systems .Six_Systems_01{
	width: 100%;
	position: relative;
}
#join .Six_Systems .Six_Systems_01 img{
	width:100%;
}
#join .Six_Systems .Six_Systems_01 .text{
	width:21%;
	position: absolute;
	top:10%;
	left:16%;
}
#join .Six_Systems .Six_Systems_01 .text p{
	font-size: 50px;
	color: #333;
}
#join .Six_Systems .Six_Systems_01 .text h2{
	font-size: 30px;
	color: #0e2160;
	font-weight: bolder;
}
#join .Six_Systems .Six_Systems_01 .text .line{
	width: 40px;
	height: 2px;
	background-color: #000;
	margin: 20px 0;
}
#join .Six_Systems .Six_Systems_01 .text h3{
	font-size: 18px;
	color: #666666;
}
#join .Six_Systems .Six_Systems_02 .text{
	top:10%;
	left:68%;
}
#join .Six_Systems .Six_Systems_03 .text{
	top: 18%;
    left: 11.4%;
    width: 18%;
}
#join .Six_Systems .Six_Systems_04 .text{
	top: 30%;
    left: 69%;
    width: 23%;
}
#join .Six_Systems .Six_Systems_05 .text{
	top: 15%;
    left: 53%;
    width: 23%;
}
#join .Six_Systems .Six_Systems_06 .text{
	top: 18%;
    left: 18.4%;
    width: 18%;
}
/* 四大创新模式 */
#join .Four_Model .title{
	height: 213px;
	box-sizing: border-box;
    padding: 65px 0 0;
}
#join .Four_Model .title img{
	display: block;
	margin: 0 auto;
}
#join .Four_Model .title h2{
	font-size: 28px;
	color:#666666;
	text-align: center;
	margin-top: 5px;
}
#join .Four_Model .title .line{
	height: 2px;
	width: 32px;
	background-color: #666;
	margin: 15px auto;
}
#join .Four_Model .list .item{
	width: 100%;
	height: 371px;
}
#join .Four_Model .list .item .left{
	width: 50%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}
#join .Four_Model .list .item img{
	transition: all .5s ease-in;
}
#join .Four_Model .list .item:hover img{
	transform: scale(1.1);
}
#join .Four_Model .list .item .text{
	box-sizing: border-box;
    padding: 50px 30px 0;
}
#join .Four_Model .list .item .text_left{
	box-sizing: border-box;
	padding: 50px 20px 20px 0;
}
#join .Four_Model .list .item p{
	font-size: 49px;
	font-weight: bolder;
	color: #344db0;
	line-height: 1.2;
}
#join .Four_Model .list .item h2{
	font-size: 28px;
	color: #262626;
	font-weight: bolder;
}
#join .Four_Model .list .item h2 span{
	font-size: 15px;
	color: #999999;
	font-weight: normal;
}
#join .Four_Model .list .item h3{
	font-size: 16px;
	color: #666666;
	line-height:1.7;
	margin-top: 20px;
	text-align: justify;
}
/* 品牌宣传 */
#join .publicity{
	text-align: center;
	box-sizing: border-box;
	padding-top: 4%;
}
#join .publicity img{
	display: block;
	margin: 0 auto;
}
#join .publicity h2{
	font-size:28px;
	color:#666;
}
#join .publicity .line{
	width: 30px;
	height: 2px;
	background-color: #666;
	margin: 20px auto;
}
#join .publicity h3{
	font-size:18px;
	color:#666;
}
#join .publicity img{
	margin-top: 30px;
	display: block;
}
/* 六大终端渠道 */
#join .six_channels .swiper-slide{
	opacity:1 !important;
	overflow: hidden;
	width: 340px !important;
	height: 340px;
}
#join .six_channels .swiper-slide img{
	width: 100%;
	height: 92%;
	object-fit: cover;
}
#join .six_channels{
	padding-top:100px;
}
#join .six_channels h2{
	font-size: 28px;
	font-weight: bolder;
	color: #666;
	margin-left: 16px;
}
#join .six_channels .list{
	margin-top: 50px;
	cursor:pointer;
}
#join .six_channels .list h2{
	text-align: center;
	font-size: 16px;
	color: #727272;
}
#join .channels_box{
	height: 180px;
	margin: 30px auto;
	/* padding: 0 14%; */
}
#join .channels_box .item{
	/* width: 200px;
	height: 100%;
	margin-left:20px;
	float: left;
	border: 2px solid #666;
	text-align: center;
	transition: all .3s ease-in;
	cursor: pointer; */
	
	width: 15%;
    height: 100%;
    margin-left: 1%;
    float: left;
    border: 2px solid #666;
    text-align: center;
    transition: all .3s ease-in;
    cursor: pointer;
}
#join .channels_box .item:hover{
	background-color: #000;
	margin-top:20px;
	/* transform: rotateZ(-5deg); */
	border:2px solid #000;
}
#join .channels_box .item:hover h2{
	color: #fff;
}
#join .channels_box .item:hover p{
	color: #fff;
}
#join .channels_box .item .circle{
	width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #414141;
    margin: 15% auto 5%;
    text-align: center;
    line-height: 60px;
    font-size: 35px;
    color: #414141;
}
#join .channels_box .item:hover .circle{
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
}
#join .channels_box .item h2{
	font-size: 23px;
	font-weight: bolder;
	color: #333;
}
#join .channels_box .item p{
	font-size: 12px;
	color: #666;
}
/* 高端品牌联盟 */
#join .Alliance{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 60px;
	background: url(../img/Alliance_bg.jpg) no-repeat center;
}
#join .Alliance img{
	display: block;
	margin: 0 auto;
}
#join .Alliance h2{
	font-size: 26px;
	font-weight: bolder;
	color: #28325c;
	margin-top: 8px;
}
#join .Alliance h3{
	font-size: 14px;
	color: #666;
	line-height:1.8;
	margin-top: 30px;
}
#join .Alliance .list{
	margin:30px auto;
	overflow: hidden;
}
#join .Alliance .list .item{
	width: 19%;
	height: 100%;
	margin-left: 10px;
	margin-top:10px;
	float: left;
}
/* 加盟条件 */
#join .joining h2{
	font-size: 30px;
	font-weight: bolder;
	color: #666;
}
#join .joining .list{
	margin-top: 50px;
}
#join .joining .list .item{
	width: 24%;
	height:239px;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	border: 2px solid #d8d8d8;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition: all .35s ease-in;
	position: relative;
}
#join .joining .list .item:hover{
	background-color: #000;
}
#join .joining .list .item:hover h2{
	color: #edd7b8;
}
#join .joining .list .item:hover h3{
	color: #fff;
}
#join .joining .list .item:nth-child(7n-2),
#join .joining .list .item:nth-child(7n-1),
#join .joining .list .item:nth-child(7n){
	width: 32.32%;
}
#join .joining .list .item .img{
	width: 100%;
	height:40%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 45px;
}
#join .joining .list .item .img img{
	height:50px;
	margin:0 auto;
}
#join .joining .list .item .hover img{
	opacity:0;
}
#join .joining .list .item:hover .img img{
	opacity: 0;
}
#join .joining .list .item:hover .hover img{
	opacity: 1;
}
#join .joining .list .item h2{
	font-size:18px ;
	color:#666 ;
	margin-top:106px;
}
#join .joining .list .item h3{
	width: 69%;
    font-size: 14px;
    color: #999;
    margin: 3% auto 0;
    line-height: 1.8;
}
/* 表单 */
#join .form{
	height: 490px;
	background: url(../img/form_bg.jpg) no-repeat;
	margin-bottom: 30px;
	clear: both;
	color: #fff;
}
#join .form .left{
	width: 53%;
    box-sizing: border-box;
    padding: 5% 0 5% 35%;
    position: relative;
}
#join .form .left img{
	position: absolute;
	top: 31%;
	left: 53%;
}
#join .form .left h2{
	font-size: 14px;
}
#join .form .left h3{
	font-size: 25px;
	font-weight: bolder;
}
#join .form .left .line{
	height: 2px;
    width: 72px;
    background-color: #fff;
    margin-top: 10px;
}
#join .form .right{
	float: right;
    width: 47%;
    box-sizing: border-box;
    padding: 5% 0 0 4%;
}
#join .form .right h4{
	font-size: 28px;
	font-weight: bolder;
}
#join .form .right h5{
	font-size: 15px;
}
#join .form .name{
	width: 450px;
	height: 44px;
	border: 1px solid #bfbfbf;
	margin-top: 15px;
	position: relative;
}
#join .form .name p{
	width:20%;
	height: 100%;
	border-right: 1px solid #bfbfbf;
	float: left;
	text-align: center;
	line-height: 44px;
}
#join .form .message{
	height:70px;
}
#join .form .message p{
	line-height: 70px;
}
#join .form .name input{
	float: right;
	width:79% ;
	height: 99%;
	background-color: transparent;/* 背景透明 */
	border: none;/* 去除默认边框 */
	outline: none;/* 去除选中边框 */
	color: #fff;
}
#join .form .name input::-webkit-input-placeholder{
	color: #fff;
	font-size:14px;
}
#join .form .right .btn{
	width: 160px;
	height: 50px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	line-height: 50px;
	border: none;
	outline: none;
	background-color: red;
	color: #fff;
	margin-top: 15px;
	transition: all .5s;
	cursor: pointer;
}
#join .form .right .btn:hover{
	background-color:#36ad44;
}
/* --------------------------------------------关于我们------------------------------------ */
#about_us .about_us_nav{
	height: 150px;
}
#about_us .about_us_nav .list .item{
	width: 20%;
}
/* 企业简介 */
#about_us .profile{
	height: 807px;
	position: relative;
}
#about_us .profile .text_box{
	overflow: hidden;
}
#about_us .profile .text{
	width: 45%;
	height: 95%;
	float: left;
	box-sizing: border-box;
	padding: 90px 0 0 19%;
	cursor: pointer;
}
#about_us .profile .text h2{
	font-size: 30px;
	font-weight: bolder;
	color: #000;
}
#about_us .profile .text p{
	font-size: 13px;
	font-weight: bolder;
	color: #000;
}
#about_us .profile .line{
	height:3px;
	width: 40px;
	background-color: #000;
	margin: 20px 0;
}
#about_us .profile .text h3{
	font-size: 16px;
	/* font-weight: bolder; */
	color: #000;
	text-align: justify;
	line-height:1.8;
}
#about_us .profile .img{
	width:47%;
	height: 525px;
	overflow: hidden;
	cursor: pointer;
	float: right;
	margin-top: 40px;
}
#about_us .profile .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease-in;
}
#about_us .profile .img:hover img{
	transform: scale(1.1);
}
#about_us .profile .list{
	height: 199px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #dedfe0;
}
#about_us .profile .list .wrap .item{
	width: 25%;
	height:100%;
	float: left;
	border: 1px solid #dedfe0;
	margin-top: -1px;
	margin-right: -1px;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	box-sizing: border-box;
	padding: 3.5% 4% 0;
	cursor: pointer;
	transition: all .35s ease-in;
}
#about_us .profile .list .wrap .item:hover{
	background-color: #000;
	color: #fff;
}
#about_us .profile .list .wrap .item h2{
	font-size: 18px;
	margin-top: 20px;
}
#about_us .profile .list .wrap .item h3{
	font-size: 14px;
	margin-top:15px;
}
/* 地图模块 */
#about_us .map{
	height: 839px;
	background: url(../img/map_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#about_us .map h2{
	font-size: 65px;
	color: #000;
	font-weight: bolder;
	line-height: 1;
	cursor: pointer;
	transition: all .3s ease-in;
}
#about_us .map sup{
	font-size: 27px;
	color: #1B2A58;
	vertical-align: top;
}
#about_us .map h3{
	font-size: 20px;
	color: #747475;
}
#about_us .map .text1{
	position: absolute;
	top: 15%;
	left: 16%;
}
#about_us .map .text2{
	position: absolute;
	top: 26%;
	left: 45%;
}
#about_us .map .text3{
	position: absolute;
	top: 9%;
	right: 26%;
}
#about_us .map .text4{
	position: absolute;
	top:47%;
	left: 23%;
}
#about_us .map .text5{
	position: absolute;
	top:47%;
	left: 58%;
}
#about_us .map .text6{
	position: absolute;
	top:62%;
	right: 18%;
}
#about_us .map .text6 sup{
	font-size: 20px;
	color: #1B2A58;
	top:10%;
	left:72%;
	position: absolute;
}
#about_us .map .text6 span{
	font-size: 20px;
	color: #1B2A58;
	top:41%;
	left:72%;
	position: absolute;
}
/* 品牌文化 */
#about_us .culture{
	margin-top: 50px;
}
#about_us .culture h2{
	font-size:30px;
	font-weight: bolder;
	color: #757575;
}
#about_us .culture .list{
	height: 590px;
	margin: 50px 0 100px;
}
#about_us .culture .list .left{
	width: 40%;
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#about_us .culture .list .left:hover .text{
	background-color: #000;
}
#about_us .culture .list .left:hover .text h2,
#about_us .culture .list .left:hover .text h3{
	color: #fff;
}
#about_us .culture .list .text{
	position: absolute;
	bottom: 10px;
	left:2%;
	width:96%;
	height: 17%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3% 27px;
	transition: all .5s ease-in;
}
#about_us .culture .list .text h2{
	font-size: 18px;
	font-weight: bolder;
	color: #000;
	margin-bottom: 10px;
}
#about_us .culture .list .text h3{
	font-size: 14px;
	color: #666;
}
#about_us .culture .list .right{
	width: 59%;
	height: 100%;
}
#about_us .culture .list .right .top,
#about_us .culture .list .right .bottom{
	width: 100%;
	height: 49%;
	float: left;
	cursor: pointer;
}
#about_us .culture .list .right .top .top_left{
	width: 70%;
	height: 100%;
	background-color: black;
	overflow: hidden;
}
#about_us .culture .list .right .top .top_left img{
	transition: all .5s ease-in;
}
#about_us .culture .list .right .top:hover .top_left img{
	transform: scale(1.1);
}
#about_us .culture .list .right .top .top_right{
	width:30%;
	height: 70%;
	background-color:#000;
	margin-top:87px;
	box-sizing: border-box;
	padding: 11% 0 0 20px;
	position: relative;
}
#about_us .culture .list .right .top .top_right .line{
	position: absolute;
	top: 24%;
	left: -50%;
	opacity: 0;
	transition: all .5s ease-in;
}
#about_us .culture .list .right .top:hover .line{
	left: -25%;
	opacity: 1;
}
#about_us .culture .list .right .top .top_right h2{
	font-size: 18px;
	color: #fff;
	font-weight: bolder;
}
#about_us .culture .list .right .top .top_right h3{
	font-size: 14px;
	color: #fff;
	margin: 10px 0 5px;
}
#about_us .culture .list .right .top .top_right h4{
	font-size:12px;
	color: #fff;
}
#about_us .culture .list .right .bottom{
	margin-top:1.5%;
}
#about_us .culture .list .right .bottom .bottom_left{
	width: 49%;
	height: 100%;
	overflow: hidden;
	background-color: red;
	position: relative;
	cursor: pointer;
	transition: all .5s ease-in;
}
#about_us .culture .list .right .bottom .bottom_left:nth-child(2){
	float: right !important; 
}
#about_us .culture .list .right .bottom .bottom_left:hover .text{
	background-color: #000;
}
#about_us .culture .list .right .bottom .bottom_left:hover .text h2,
#about_us .culture .list .right .bottom .bottom_left:hover .text h3{
	color: #fff;
}
#about_us .culture .list .right .bottom .bottom_left .text{
	height: 25%;
}
#about_us .culture .list .right .bottom .bottom_left .text h2{
	margin-bottom: 5px;
}
/* 历程 */
#about_us .course .title{
	position: relative;
}
#about_us .course .title h2{
	font-weight: bolder;
	font-size: 30px;
	color: #666;
	margin-left: 20px;
}
#about_us .course .title .btn_last,
#about_us .course .title .btn_next{
	width: 43px;
	height: 43px;
	border: 1px solid #666;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	position: absolute;
	top:80%;
	cursor: pointer;
	transition: all .3s ease-in;
}
#about_us .course .title .btn_last{
	right:8%;
}
#about_us .course .title .btn_next{
	right:0%;
}
#about_us .course .title .btn_last:hover,
#about_us .course .title .btn_next:hover{
	background: #000;
	color: #fff;
}
#about_us .course .box{
	margin: 60px 0 0;
	position: relative;
}
#about_us .course .box .swiper-slide{
	opacity: 0 !important;
}
#about_us .course .box .swiper-slide-active{
	opacity: 1 !important;
}
#about_us .course .box .text,
#about_us .course .box .img{
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#about_us .course .box .text{
	border-right: 1px solid #d7d7d7;
	box-sizing: border-box;
	padding-top: 2%;
	padding-right: 2%;
	width:40%;
}
#about_us .course .box .img{
	width:60%;
}
#about_us .course .box .text h3{
	font-size: 93px;
	font-weight: bolder;
	color: #000;
	position: relative;
}
#about_us .course .box .text h3 sup,
#about_us .course .box .text h3 span{
	font-size:16px;
	color: #666;
}
#about_us .course .box .text h3 sup{
	position: absolute;
	top:34%;
	left:52%;
}
#about_us .course .box .text h3 span{
	position: absolute;
	top:55%;
	left: 40%;
}
#about_us .course .box .img{
	box-sizing: border-box;
	padding-left: 2%;
}
/* #about_us .course .box .img .btn_last,
#about_us .course .box .img .btn_next{
	width: 37px;
	height: 37px;
	border: 1px solid #666;
	position: absolute;
	top: -24%;
	text-align: center;
	line-height: 37px;
	cursor: pointer;
}
#about_us .course .box .img .btn_last{
	right: 20%;
}
#about_us .course .box .img .btn_next{
	right: 15%;
} */
/* #about_us .course .box .img .btn_last:hover,
#about_us .course .box .img .btn_next:hover{
	background-color: #1237CA;
	color: #fff;
	border: none;
} */
#about_us .course .box .img img{
	width: 100%;
	transition: all .5s ease-in;
}
#about_us .course .time .swiper-slide{
	opacity: 1 !important;
}
#about_us .course .time{
	height: 165px;
	position: relative;
}
#about_us .course .time .btn_last{
	width: 20px;
    height: 20px;
    border: 1px solid #666;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 73px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    z-index: 2;
}
#about_us .course .time .btn_next{
	width: 20px;
    height: 20px;
    border: 1px solid #666;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 74px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    background-color: #fff;
    z-index: 2;
}
#about_us .course .time .btn_last:hover,
#about_us .course .time .btn_next:hover{
	background-color: #1B2A58;
	color: #fff;
}
#about_us .course .time .swiper-slide{
	background: url(../img/Dotted_line.jpg) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding-top:70px;
	cursor: pointer;
}
#about_us .course .time .swiper-slide .circle-box{
	width:30px;
	height: 35px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 7px;
}
#about_us .course .time .swiper-slide .circle{
	cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #666;
    background-color: #fff;
	margin: 0 auto;
}
#about_us .course .time .swiper-slide h5{
	width: 100px;
	height: 35px;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	font-weight: bolder;
	color: #666;
	margin-top: 20px;
	transition: all .5s ease-in;
}
#about_us .course .time .swiper-slide:hover .circle-box{
	background: url(../img/time_circle.png) no-repeat center top;
}
#about_us .course .time .swiper-slide:hover h5{
	background-color: #333;
	color: #fff;
}
/* active */
#about_us .course .time .active .circle-box{
	background: url(../img/time_circle.png) no-repeat center top;
}
#about_us .course .time .active h5{
	background-color: #333;
	color: #fff;
}
/* active */
/* 荣光华派 */
#about_us .glory{
	text-align: center;
	background: url(../img/glory_bg.png) no-repeat center top;
	margin-top: 100px;
	padding-bottom:170px;
	background-size: cover;
}
#about_us .glory h2{
	font-size: 30px;
	color: #666666;
}
#about_us .glory .line{
	width: 25px;
	height: 5px;
	background-color: #0E2160;
	margin: 20px auto;
}
#about_us .glory h3{
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
}
#about_us .glory .btn{
	width: 100%;
	height: 122px;
	text-align: center;
	margin: 50px auto;
}
#about_us .glory .btn .active{
	background-color: #b7a366  !important;
}
#about_us .glory .btn .glory_btn{
	display: inline-block;
	width: 119px;
	height: 119px;
	margin:0 10px;
	background-color: #666666;
	border-radius: 50%;
	color: #fff;
	line-height: 119px;
	font-size: 20px;
	cursor: pointer;
	transition: all .1s ease-in;
}
/* -------------------------------------------------------------- */
#about_us .glory .zs{
	position: relative;
	height: 283px;
}
#about_us .glory .zs .zl_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;

}
#about_us .glory .zs .zl_box .zl_book{
	margin:0 auto;
	opacity: 0;
	z-index: 9;
}
/* ------------------------------------------------------------ */
#about_us .glory .btn .glory_btn:hover{
	background-color: #b7a366;
}
#about_us .glory .glory_book{
	height: 285px;
	z-index: 10;
}
#about_us .glory .glory_book .swiper-slide{
	opacity: 1 !important;
}
/* 雄厚的品牌实力 */
#about_us .appearance h2{
	font-size: 30px;
	font-weight: bolder;
	color: #666;
}
#about_us .appearance .box{
	position: relative;
	margin-bottom: 30px;
}
#about_us .appearance_img{
	height: 683px;
	background-color: #ccc;
	position: relative;
}
#about_us .appearance_img .swiper-slide{
	overflow: hidden;
	filter: brightness(0.5);
}
#about_us .appearance_img .swiper-slide-next{
	filter: brightness(1);
	width: 60% !important;
	margin-left: -13%;
}
#about_us .appearance_img .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#about_us .appearance_img .btn{
	position: absolute;
	top: 50%;
	z-index: 99;
	cursor: pointer;
}
#about_us .appearance_img .last{
	left: 19%;
}
#about_us .appearance_img .next{
	right: 18%;
}
/* 豪华展厅 */
#about_us .hall .swiper-container{
	margin-top: 100px;
}
#about_us .hall .swiper-slide{
	opacity: 1 !important;
}
#about_us .hall{
	/* height: 900px; */
	margin-top: 100px;
}
#about_us .hall h2{
	font-size:32px;
	color: #666;
	font-weight: bolder;
	margin-left: 20px;
}
#about_us .hall .swiper-slide{
	box-sizing: border-box;
	padding:2px 5px;
	cursor: pointer;
}
#about_us .hall .swiper-slide img{
	width:100%;
}
#about_us .hall .wrap{
	position: relative;
}
#about_us .hall .wrap .btn_last,
#about_us .hall .wrap .btn_next{
	width: 37px;
	height: 37px;
	border: 1px solid #666;
	position: absolute;
	text-align: center;
	line-height: 37px;
	transition: all .5s ease-in;
	cursor: pointer;
	z-index: 1;
}
#about_us .hall .wrap .btn_last{
	top: 134px;
	right: 70px;
}
#about_us .hall .wrap .btn_next{
	top: 134px;
	right: 6px;
}
#about_us .hall .wrap .btn_last:hover,
#about_us .hall .wrap .btn_next:hover{
	background-color: #1d2a59;
	color: #fff;
	border: none;
}
/* 720展厅 */
#about_us .vr{
	height: 367px;
	background:url(../img/vr_bg.jpg) no-repeat center top;
	background-size: cover;
	margin: 30px 0 20px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 150px 0 0;
}
#about_us .vr h2{
	font-size: 30px;
}
#about_us .vr h3{
	font-size: 16px;
}
#about_us .vr .btn{
	width: 10%;
	height:40px;
	border: 1px solid #fff;
	margin: 30px auto 0;
	text-align: center;
	line-height: 40px;
	position: relative;
}
#about_us .vr a{
	color: #fff;
}
#about_us .vr .btn:after{
	content: "";
	background-color:#fff;
	width: 150%;
	height: 150%;
	position: absolute;
	left: -26%;
	top: -23%;
	animation: warn 2.5s ease-out infinite;
	-webkit-animation: warn 2.5s ease-out infinite;
}
/* ---------------------------------------------产品中心------------------------------------ */
#product_center .banner_box .banner{
	height: 550px;
}
#product_center .banner_box .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#product_center .series{
	height: 257px;
	box-shadow: 0 0 10px #666;
	margin: 20px auto 50px;
}
#product_center .series .nav{
	height: 25%;
	width: 100%;
	background-color: #000;
	position: relative;
}
#product_center .series .nav:before{
	content: '';
	width: 1px;
	height: 40px;
	background-color: #959595;
	position: absolute;
	right: 50%;
	top:20%;
}
#product_center .series .nav a{
	display: block;
	width: 50%;
	height: 100%;
	text-align: center;
	float:left;
	line-height: 67px;
	font-size: 16px;
	color: #fff;
}
#product_center .series .nav .active{
	color: #dfc378;
}
#product_center .series .content{
	height:75%;
}
#product_center .series .content .fl{
	width: 25%;
	height: 100%;
	text-align: center;
	padding-top: 70px;
	position: relative;
	box-sizing: border-box;
}
#product_center .series .content .fl:before{
	content: '';
	width: 1px;
	height:70%;
	background-color: #ccc;
	position: absolute;
	top: 15%;
	right: 0;
}
#product_center .series .content .fl h2{
	font-size: 18px;
	color: #434343;
	font-weight: bold;
}
#product_center .series .content .fl h3{
	font-size: 13px;
	color: #434343;
}
#product_center .series .content .fr{
	width: 75%;
	height: 100%;
	font-size: 14px;
	color: #7d7d7d;
	box-sizing: border-box;
	padding: 50px 175px 0;
	line-height: 2;
}
/* 列表 */
#product_center .list .item{
	height: 265px;
	width: 45%;
	float: left;
	margin-bottom: 30px;
	box-shadow: 0 3px 5px #999;
	transition: all .5s ease-in;
}
#product_center .list .item:hover{
	transform: translate(0, -6px);
}
#product_center .list .item:hover .text h2{
	color: #805c40;
}
#product_center .list .item:hover .text .btn{
	background-color: #7d7d7d;
	color: #fff;
	border: 1px solid #7d7d7d;
}
#product_center .list .item:hover .img img{
	transform: translate(0, 10px);
}
#product_center .list .item:nth-of-type(even){
	float: right;
}
#product_center .list .item .img{
	width: 65%;
	height: 100%;
	float: left;
	overflow: hidden;
}
#product_center .list .item .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease-in;
}
#product_center .list .item .text{
	box-sizing: border-box;
	width: 35%;
	height: 100%;
	float: right;
	text-align: center;
	padding: 50px 0 0;
}
#product_center .list .item .text h2{
	font-size: 18px;
	color: #434343;
	font-weight: bold;
}
#product_center .list .item .text .line{
	width: 80%;
	height: 1px;
	border-top: 1px dashed #b5b5b5;
	margin: 40px auto 90px;
}
#product_center .list .item .text .btn{
	width: 120px;
	height: 31px;
	border: 1px solid #333;
	text-align: center;
	line-height: 31px;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
}
/* ---------------------------------------------产品列表--------------------------------------------- */
#product_list .banner_box .banner{
	height: 550px;
}
#product_list .series{
	height: 257px;
	box-shadow: 0 0 10px #666;
	margin: 20px auto 50px;
}
#product_list .series .nav{
	height: 25%;
	width: 100%;
	background-color: #000;
	position: relative;
}
#product_list .series .nav:before{
	content: '';
	width: 1px;
	height: 40px;
	background-color: #959595;
	position: absolute;
	right: 50%;
	top:20%;
}
#product_list .series .nav a{
	display: block;
	width: 50%;
	height: 100%;
	text-align: center;
	float:left;
	line-height: 67px;
	font-size: 16px;
	color: #fff;
}
#product_list .series .nav .active{
	color: #dfc378;
}
#product_list .series .content{
	height:75%;
}
#product_list .series .content .fl{
	width: 25%;
	height: 100%;
	text-align: center;
	padding-top: 80px;
	position: relative;
	box-sizing: border-box;
}
#product_list .series .content .fl:before{
	content: '';
	width: 1px;
	height:70%;
	background-color: #ccc;
	position: absolute;
	top: 15%;
	right: 0;
}
#product_list .series .content .fl h2{
	font-size: 18px;
	color: #434343;
	font-weight: bold;
}
#product_list .series .content .fl h3{
	font-size: 13px;
	color: #434343;
}
#product_list .series .content .fr{
	width: 75%;
	height: 100%;
	font-size: 14px;
	color: #7d7d7d;
	box-sizing: border-box;
	padding: 50px 175px 0;
	line-height: 2;
}
#product_list .list{
	display:flex; flex-flow:row wrap; justify-content:space-between;
}
#product_list .list .item{
	width: 48%;	
	margin-bottom: 50px;
	text-align: center;
	font-size: 14px;
	color: #313131;
	box-sizing: border-box;
}
/* #product_list .list .item:nth-of-type(3n){
	margin-right: -20px;
} */
#product_list .list .item .img{
	padding-bottom:100%; position:relative; background:#f5f5f5;
	margin-bottom: 10px; transition: all .5s ease-in;
	overflow: hidden;
}
#product_list .list .item .img img{
	max-width: 100%;
	max-height: 100%;
	position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
	transition: all .5s ease-in;
}
#product_list .list .item:hover .img{
	box-shadow:0 0 1.5rem #ccc;
}
#product_list .list .item.gmxl
{
	border:1px solid #ddd;
	transition: all .5s ease-in;
}
#product_list .list .item.gmxl:hover{
	box-shadow: 0 3px 5px #999;
	transform: translate(0, -5px);
}
#product_list .list .item.gmxl .img{
	margin:10px auto 0 auto;
}
#product_list .list .item.gmxl img{
	width:auto;
	height:95%;
}
#product_list .list .item.gmxl:hover img{
	transform: scale(1);
}


#product_list .nav-list{
	width:1200px;
	overflow: hidden;
	margin:10px auto 33px auto;
	text-align: center;
}

#product_list .nav-list a{
	display: inline-block;
	border:1px solid #999;
	margin:0 3px;
	padding:7px 15px;
	color:#000;
}
#product_list .nav-list a:hover,#product_list .nav-list a.cur{
	color:#fff;
	background:#0b1014;
}


/* ---------------------------------------------产品详情------------------------------------ */
#product_content .banner_box .banner{
	height: 550px;
}
#product_content .product_content{
	background-color: #eee;
	overflow: hidden;
}
#product_content .product_content .wrap{
	/* background-color:red; */
}
#product_content .product_content .wrap .left{
	width: 40%;
	height: 100%;
	box-sizing: border-box;
	padding:2% 0;
}
#product_content .product_content .wrap .right{
	width: 55%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 5%;
}
#product_content .product_content .wrap .right h2{
	font-size:32px ;
	color:#333333 ;
	font-weight: bolder;
}
#product_content .product_content .wrap .right span{
	font-size:16px ;
	color:#333;
}
#product_content .product_content .wrap .right .line{
	width:100%;
	height: 1px;
	background-color: #999999;
	margin: 10px 0;
}
#product_content .product_content .wrap .right h3{
	font-size:16px ;
	color:#333;
	margin-top: 5px;
}
#product_content .product_content .wrap .right h4{
	font-size:15px;
	color:#666 ;
	line-height:1.7;
	margin-top:40px;
}
#product_content .content_img img{
	display: block;
	width: 100%;
}
/* ---------------------------------------------工程案例------------------------------------ */
#case .banner_box .banner{
	height: 550px;
}
#case .case_nav .list{
	width: 380px;
}
#case .case_nav .list .item{
	width: 50%;
}
#case .case_list .item{
	width: 30%;
	height: 350px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
#case .case_list .item .img{
	width: 100%;
	height: 87%;
	background-color:black;
	overflow: hidden;
}
#case .case_list .item .img img{
	width: 100%;
	height: 100%;
	transition: all .5s ease-in;
	object-fit: cover;
}
#case .case_list .item h2{
	height: 13%;
	box-sizing: border-box;
	padding-top:2%;
	padding-left:10%;
	font-size: 18px;
	color: #333;
	background-color:#fafafa;
	transition: all .5s ease-in;
}
#case .case_list .item:hover .img img{
	transform: scale(1.1);
}
#case .case_list .item:hover h2{
	background-color:#593419;
	color: #fff;
}
/* ---------------------------------------------加盟见证-------------------------------- */
#witness{
	background-color: #f7f7f7;
}
#witness .speech{
	margin-top: 50px;
	margin-bottom: 50px;
}
#witness .speech .title{
	margin-bottom: 30px;
}
#witness .speech .title img{
	display: block;
	margin: 0 auto;
}
#witness .speech .title h2{
	font-size: 30px;
	color: #666;
	text-align: center;
}
/* #witness .speech .item{
	height: 406px;
	margin-bottom: 20px;
	cursor: pointer;
}
#witness .speech .item .img{
	width:60%;
	height: 100%;
	overflow: hidden;
}
#witness .speech .item .img img{
	width:100%;
	height: 100%;
	transition: all .5s ease-in;
	filter:brightness(0.7);
	object-fit: cover;
}
#witness .speech .item .text{
	width:40%;
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 30px;
}
#witness .speech .item .text p{
	font-size:20px;
	font-weight: bolder;
	color: #000;
	text-align: right;
}
#witness .speech .item .text h2{
	font-size: 15px;
	color: #000;
	text-align: right;
	margin-right: 5px;
	margin-bottom:20px;
}
#witness .speech .item .text h3{
	font-size: 15px;
	color: #000;
}
#witness .speech .item .text h4{
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
	margin: 20px 0;
}
#witness .speech .item .text h5{
	font-size: 14px;
	color: #1b1b1b;
	text-align: justify;
	line-height: 1.8;
}
#witness .speech .item:hover .img img{
	transform: scale(1.1);
	filter:brightness(1);
} */
#witness .item_box .item .date h2{
	font-size: 40px;
	text-align: center;
	margin-top: 40px;
}
#witness .item_box .item .content h3{
	font-size: 15px;
	margin-bottom: 18px;
	text-align: center;
}
/* 加盟店面 */
#witness .store{
	background-color: #fff;
	text-align: center;
	clear: both;
	padding-bottom: 100px;
}
#witness .store .title{
	margin-top: 50px;
}
#witness .store h2{
	font-size: 30px;
	color: #666;
	margin-top: 25px;
	margin-bottom: 50px;
}
#witness .store .list{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
#witness .store .list .item{
	width: 30.5%;
	height: 325px;
	float: left;
	margin: 0 60px 50px 0;
	cursor: pointer;
	transition: all .5s ease-in;
}
#witness .store .list .item:nth-of-type(3n){
	margin-right: -20px;
}
#witness .store .list .item .img{
	height: 85%;
	background-color: #000;
	overflow: hidden;
}
#witness .store .list .item .img img{
	width: 100%;
	height: 100%;
	transition: all .5s ease-in;
	object-fit: cover;
}
#witness .store .list .item h3{
	font-size: 18px;
	color: #666;
	line-height: 50px;
}
#witness .store .list .item:hover{
	background-color:#000;
}
#witness .store .list .item:hover .img img{
	transform: scale(0.95);
}
#witness .store .list .item:hover h3{
	color: #fff;
}
#witness .news_nav .list .item{
	width: 50%;
}
/* ---------------------------------------------新闻动态-------------------------------- */
#news_center .banner_box .banner{
	height: 550px;
}
#news_center .footer{
	margin-top: 10px;
}
.news_nav{
	height: 83px;
	background-color: #f7f7f7;
}
.news_nav .list{
	width: 750px;
	height: 45px;
	margin: 0 auto;
}
.news_nav .list .active{
	background-color: #000;
}
.news_nav .list .active a{
	color: #fff !important;
}
.news_nav .list .item{
	width: 25%;
	height: 100%;
	float: left;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	transition: all .3s ease-in;
	position: relative;
}
.news_nav .list .item a{
	color:#515151;
	display: block;
}
.news_nav .list .item:after{
	content: "";
    border-left: 1px solid #ccc;
    height: 50%;
    width: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -11px;
}
.news_nav .list .item:hover{
	background-color: #000;
}
.news_nav .list .item:hover a{
	color: #fff;
}
.item_box{
	transition: all .5s ease-in;
}
.item_box .item {
	width: 1200px;
	height: 317px;
	border-top: 1px solid #d0d0d0;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 35px 0;
	cursor: pointer;
}
.item_box .item .date {
	width: 10%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 50px 0;
	position: relative;
}
.item_box .item .date h2 {
	font-size: 83px;
	font-weight: bolder;
	color: #000;
}
.item_box .item .date h3 {
	position: absolute;
	top: 57%;
	left: 38%;
	margin-left: -40px;
	font-size: 20px;
	color: #000;
}
.item_box .item .date .line {
	width: 5px;
	height: 100px;
	background-color: #d8d8d8;
	position: absolute;
	right: -10%;
	top: 28%;
}
.item_box .item .content {
	width: 60%;
	height: 100%;
	float: left;
	color: #585858;
	box-sizing: border-box;
	padding: 40px 60px;
	text-align: left;
}
.item_box:hover .content h2{
	color:#cfa972;
}
.item_box .item .content h2 {
	font-size: 20px;
	font-weight: bolder;
}
.item_box .item .content h3 {
	font-size: 12px;
	margin-top: 18px;
	margin-bottom: 31px;
}
.item_box .item .content h4 {
	font-size: 14px;
	line-height: 1.8;
}
.item_box .item .img {
	width: 30%;
	height: 100%;
	background-color: #1d2959;
	float: left;
	overflow: hidden;
}
.item_box .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item_box .item_box,
.item_box .item .img img{
	transition: all .5s ease-in;
}
.item_box:hover {
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 1px 5px 10px #b7b7b7;
}
.item_box:hover .img img {
	transform: scale(0.95);
}
.item 

/* -----------------------------------------------------------新闻详情------------------------------------------------ */
#news_content .banner_box .banner{
	height: 550px;
}
#news_content .news_nav{
	background-color: #fff;
}
#news_content .news_content .left{
	width: 70%;
	height: 100%;
	/* background-color: cadetblue; */
	overflow: hidden;
}
#news_content .news_content .left .title{
	height: 70px;
	border-bottom: 2px solid #c9c9c9;
	text-align: center;
	box-sizing: border-box;
	padding-top:7px;
}
#news_content .news_content .left .title h3{
	font-size: 19px;
	color: #333333;
	margin-bottom: 5px;
	font-weight: bolder;
}
#news_content .news_content .left .title h4{
	font-size: 13px;
	color: #666666;
}
#news_content .news_content .left .content{
	box-sizing: border-box;
	padding: 40px 0 50px;
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	text-align: justify;
}
#news_content .news_content .left .content img{
	height: auto !important;
}
#news_content .news_content .left .content_footer{
	height: 157px;
	border-top: 2px solid #c9c9c9;
	font-size: 14px;
	box-sizing: border-box;
	padding: 22px 20px;
	color: #666666;
	position: relative;
}
#news_content .news_content .left .content_footer p{
	width: 64%;
	margin-top: 5px;
}
#news_content .news_content .left .content_footer .btn{
	width: 128px;
	height: 42px;
	background-color: #1B2A58;
	position: absolute;
	top: 30px;
	right:30px;
	color: #fff;
	text-align: center;
	line-height: 42px;
}
#news_content .news_content .left .content_footer .btn:after{
	content: "";
	background-color: #1d2a59;
    width: 200%;
    height: 200%;
	position: absolute;
	left: -50%;
	top: -50%;
	animation: warn 2.5s ease-out infinite;
	-webkit-animation: warn 2.5s ease-out infinite;
}
#news_content .news_content .right{
	width: 24%;
	height: 100%;
}
#news_content .news_content .right .title{
	height: 70px;
    border-bottom: 2px solid #c9c9c9;
    box-sizing: border-box;
    padding-top:43px;
	font-size: 16px;
	color:#666666;
}
#news_content .news_content .right .list{
	
}
#news_content .news_content .right .list .item{
	height: 91px;
	margin-top: 15px;
}
#news_content .news_content .right .list .item .img{
	width: 55%;
	height: 91px;
	background-color:#1B265A;
	overflow: hidden;
}
#news_content .news_content .right .list .item:hover img{
	transform: scale(0.9);
}
#news_content .news_content .right .list .item .img img{
	width: 100%;
	height: 100%;
	transition: all .5s ease-in;
	object-fit: cover;
}
#news_content .news_content .right .list .item .text{
	width:45%;
	height: 91px;
	box-sizing: border-box;
	padding: 10px 10px 0;
}
#news_content .news_content .right .list .item .text h3{
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}
#news_content .news_content .right .list .item .text h4{
	font-size: 12px;
	color: #666666;
}
#news_content .news_content .right .list .item:hover h3,
#news_content .news_content .right .list .item:hover h4{
	color: #ff0000;
}
#news_content .news_content .right .list .item2{
	padding-bottom: 10px;
}
#news_content .news_content .right .list .item2 h5:hover{
	color: #FF0000;
}
#news_content .news_content .right .list .item2 h5{
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	position: relative;
	margin-top: 20px;
}
#news_content .news_content .right .list .item2 h5::before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #c9c9c9;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
/* ----------------------------------------------------------智能门窗----------------------------------------------- */
#window .box{
	position: relative;
}
#window .box img{
	width: 100%;
	display: block;
}
#window .box .text_box{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#window .box .text{
	/* position: absolute; */
	text-align: justify;
	/* width: 40%; */
}
/* box1 */
#window .box1 .text{
	width:40%;
	float: right;
	margin-top:10%;
}
#window .box1 .text h2{
	font-size: 30px;
	color: #666;
}
#window .box1 .text h3{
	font-size: 60px;
	color: #000;
	font-weight: bolder;
}
#window .box1 .text h4{
	width: 50%;
	font-size: 16px;
	color: #333;
	margin-top:80px;
}
#window .box1 .list{
	width: 100%;
	margin-top: 50px;
}
#window .box1 .list .item{
	width: 110px;
	height: 106px;
	border: 1px solid #4c4749;
	float: left;
	margin-right: 30px;
	box-sizing: border-box;
	padding: 10px 10px;
}
#window .box1 .list .item img{
	width:50px;
}
#window .box1 .list .item h5{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 10px;
}
#window .box1 .list .item img{
	margin: 0 auto;
}
/* box2 */
#window .box2 .text{
	width: 40%;
	float: right;
	margin-top:3%;
}
#window .box2 .text h2{
	font-size: 34px;
	color: #fff;
}
#window .box2 .text h3{
	font-size: 40px;
	color: #fff;
	font-weight: bolder;
}
#window .box2 .text h4{
	width:60%;
	font-size: 16px;
	color: #c1c1c1;
	margin-top:40px;
	line-height:1.5;
}
#window .box2 .list{
	width: 100%;
	margin-top: 40px;
}
#window .box2 .list .item{
	width: 120px;
	height: 120px;
	border: 1px solid #c1c1c1;
	border-radius: 10px;
	float: left;
	margin-right: 30px;
	color: #c1c1c1;
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
	padding: 40px 0;
}
/* box3 */
#window .box3 .text{
	width: 90%;
	float: right;
	margin-top:10%;
}
#window .box3 .text .img img{
	width:25%;
}
#window .box3 .text h4{
	width: 25%;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    margin: 50px 0;
}
#window .box3 .text .list{
	width: 100%;
}
#window .box3 .text .list .item{
	width: 116px;
	height: 116px;
	border: 1px solid #000;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	padding-top:20px;
}
#window .box3 .text .list .item h2{
	font-size: 15px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
#window .box3 .text .list .item img{
	width: 40px;
	margin: 0 auto;
}
/* box4 */
#window .box4{
	height: 800px;
	background: url(../img/box4.png) center;
}
#window .box4 .text{
	width:90%;
	float: right;
	margin-top:5%;	
}
#window .box4 .text h2{
	font-size: 50px;
	color: #fff;
	font-weight: bolder;
}
#window .box4 .text h3{
	font-size: 35px;
	color: #fff;
	font-weight: bolder;
	margin-top: 20px;
}
#window .box4 .text h4{
	font-size: 16px;
	color: #c6c6c6;
	margin-top: 24px;
}
#window .box4 .text .list{
	width: 100%;
	margin-top: 35px;
}
#window .box4 .text .list .item{
	width: 100px;
	height: 100px;
	border: 1px solid #c6c6c6;
	border-radius: 10px;
	float: left;
	margin-right: 20px;
	text-align: center;
	font-size: 18px;
	color: #c6c6c6;
	box-sizing: border-box;
	padding-top: 23px;
}
/* box5 */
#window .box5 .text{
	width:90%;
	float: right;
	margin-top:32%;	
}
#window .box5 .text h2{
	font-size: 56px;
	color: #000;
	font-weight: bolder;
}
#window .box5 .text h4{
	width:40%;
	font-size:16px;
	color: #333333;
	margin-top: 30px;
	line-height:1.5;
}
/* box6 */
#window .box6 .text{
	width:90%;
	float: right;
	margin-top:9%;	
}
#window .box6 .text h2{
	font-size: 45px;
	color: #000;
	font-weight: bolder;
}
#window .box6 .text h4{
	width:70%;
	font-size: 16px;
	color: #000;
	margin-top: 50px;
	line-height:1.7;
}
#window .box6 .list{
	width: 100%;
	margin-top:70px;
}
#window .box6 .list .item{
	width: 175px;
	height: 40px;
	/* background-color: red; */
	border-right: 1px solid #666;
	float: left;
	position: relative;
	box-sizing: border-box;
}
#window .box6 .list .item img{
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 40px;
}
#window .box6 .list .item h5{
	position: absolute;
	right: 20px;
	bottom: 0;
	font-size: 16px;
	color: #666;
}
/* box7 */
#window .box7 .text{
	width:35%;
	float: right;
	margin-top:18%;
}
#window .box7 .text h2{
	font-size: 45px;
	color: #000;
	font-weight: bolder;
}
#window .box7 .text h4{
	width:70%;
	font-size: 16px;
	color: #666666;
	margin-top:20px;
	line-height: 1.5;
}
/* box8 */
#window .box8 .text{
	width:90%;
	float: right;
	margin-top:20%;
}
#window .box8 .text h2{
	font-size: 40px;
	color: #000;
	font-weight: bolder;
}
#window .box8 .text h4{
	width:30%;
	font-size: 16px;
	color: #666666;
	margin-top:20px;
	line-height: 1.5;
}
/* -----------------------------------------------------------联系我们------------------------------------------------ */
#contact .banner_box .banner{
	height: 550px;
}
/* 联系方式 */
#contact .contact_info{
	height: 183px;
}
#contact .contact_info .wrap{
	/* background-color: red; */
}
#contact .contact_info .wrap .left_box{
	width:76%;
	height: 100%;
	/* background-color: black; */
	color: #333;
}
#contact .contact_info .wrap .left_box h2{
	font-size: 18px;
	margin-bottom: 15px;
}
#contact .contact_info .wrap .left_box h2 span{
	margin-right: 10px;
}
#contact .contact_info .wrap .left_box h2 span img{
	display: inline-block;
	vertical-align: middle;
	width:35px;
}
#contact .contact_info .wrap .left_box .left_1{
	width: 40%;
	height: 100%;
	 /* background-color: blue; */
	 box-sizing: border-box;
	 padding: 50px 25px;
}
#contact .contact_info .wrap .left_box .left_2{
	width: 60%;
	height: 100%;
	/* background-color: green; */
	box-sizing: border-box;
	padding: 50px 0;
}
#contact .contact_info .wrap .fr{
	width: 24%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 30px;
}
#contact .contact_info .wrap .fr .ewm{
	width: 100px;
	height: 100px;
	background: url(../img/qrcode.png) center;
	background-size: contain;
	float: right;
	margin-left: 30px;
	position: relative;
}
#contact .contact_info .wrap .fr h2{
	position: absolute;
	bottom:-25px;
	left:9px;
	font-size: 14px;
	color: #333;
}
	
/* 地图 */
#contact .map{
	width: 100%;
	height: 676px;	
}
/* 在线加盟 */
#contact .join_online{
	height: 830px;
}
#contact .join_online form p{
	font-size: 15px;
	color:#666666;
	margin: 30px 0 5px;
}
#contact .join_online form input.radio{
	width: 35px;
	height: 15px!important;
	margin-top: 10px;
	background-color: #fff;
}
#contact .join_online .left{
	width: 55%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 69px;
}
#contact .join_online .left h2{
	font-size: 30px;
	color: #666666;
}
#contact .join_online .left form{
	/* width: 100%; */
	/* height: 730px; */
	box-sizing: border-box;
	margin-top: 100px;
}
#contact .join_online .left form .fr{
	margin-right:30%;
	margin-top: -7%;
}
#contact .join_online .left form input{
	height: 35px;
}
#contact .join_online .left form .input_large{
	width: 80%;
}
#contact .join_online .left form .input_small{
	width: 40%;
}
#contact .join_online .left form .btn{
	width: 189px;
	height: 50px;
	font-size: 15px;
	margin-top: 50px;
	color: #fff;
	background-color: #666666;
	border: none;
	transition: all .3s ease-in;
}
#contact .join_online .left form .btn:hover{
	background-color: #000;
	cursor: pointer;
}
#contact .join_online .right{
	width: 45%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 18%;
}
#contact .join_online .right input{
	width: 70%;
	height: 35px;
	background-color: #e5e5e5;
	border: none;
}
#contact .join_online .right textarea{
	height: 200px;
	width: 70%;
	background-color: #e0e0e0;
	border: none;
}


.fenye {
	padding:30px 0;
	text-align:center;
	overflow:hidden;
	clear:both
}
.fenye li {
	display:inline-block
}
.fenye a,.fenye span {
	zoom:1;
	display:inline-block;
	vertical-align:middle;
	padding:12px 17px;
	font-size:14px;
	color:#414141;
	background:#f5f5f5;
	margin-bottom:5px;
	margin-right:8px
}
.fenye a:hover,.fenye span.current{
	background:#28325c;
	color:#fff
}
.Validform_wrong{
	color:red;
	position: absolute;
    right: 0;
    top: 30%;
}

